Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: mention dst and destination options too #5210

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

ardrabczyk
Copy link
Contributor

All of these options are valid

case "target", "dst", "destination":

and should be mentioned.

Partially fixes docker/docs#20441.

Signed-off-by: Arkadiusz Drabczyk arkadiusz@drabczyk.org

All of these options are valid
https://github.com/moby/buildkit/blob/bc92b63b98aa0968614240082997483f6bf68cbe/frontend/dockerfile/instructions/commands_runmount.go#L196
and should be mentioned.

Partially fixes docker/docs#20441.

Signed-off-by: Arkadiusz Drabczyk <arkadiusz@drabczyk.org>
Copy link
Collaborator

@dvdksn dvdksn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@crazy-max crazy-max merged commit 9e64905 into moby:master Aug 12, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

All 3 valid forms: destination, dst, or target should be listed in all places that describe mount options
3 participants